GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-04T16:46:51.1602006+00:00",
"SubmitDate": "2025-12-04T16:46:51.1602006+00:00",
"ReportPeriodStart": "2025-12-04T16:46:51.1602006+00:00",
"ReportPeriodEnd": "2025-12-04T16:46:51.1602006+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2c03375f-005f-4bd6-99b6-533e43eb70b1",
"Rows": [
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2c03375f-005f-4bd6-99b6-533e43eb70b1",
"Rows": [
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e992918-6052-4e8a-a95b-76a87a9c55b3",
"32d80f36-b8a1-4bdb-88dc-6de91443188f"
],
"Approvers": [
"ef8236d4-8e26-41be-85c9-88fa92b5e55c",
"03e59288-3711-47a3-9a09-cf548a08d546"
],
"ApprovedBy": "0bb0f175-4497-4798-a9b3-c37f5c68ce45",
"ApprovalDate": "2025-12-04T16:46:51.1602006+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b7dc05f-9717-4806-aece-bade39f85f40",
"id": "29ab2912-6acc-4aaf-92b7-16fe1fa87c2a",
"ConfigId": "b42b916a-f150-40cf-b851-af28ef317a22"
},
{
"GenerationDate": "2025-12-04T16:46:51.1602006+00:00",
"SubmitDate": "2025-12-04T16:46:51.1602006+00:00",
"ReportPeriodStart": "2025-12-04T16:46:51.1602006+00:00",
"ReportPeriodEnd": "2025-12-04T16:46:51.1602006+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2c03375f-005f-4bd6-99b6-533e43eb70b1",
"Rows": [
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2c03375f-005f-4bd6-99b6-533e43eb70b1",
"Rows": [
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "af54c3f9-8b3b-4c2d-a81c-1efe569d24bb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e992918-6052-4e8a-a95b-76a87a9c55b3",
"32d80f36-b8a1-4bdb-88dc-6de91443188f"
],
"Approvers": [
"ef8236d4-8e26-41be-85c9-88fa92b5e55c",
"03e59288-3711-47a3-9a09-cf548a08d546"
],
"ApprovedBy": "0bb0f175-4497-4798-a9b3-c37f5c68ce45",
"ApprovalDate": "2025-12-04T16:46:51.1602006+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b7dc05f-9717-4806-aece-bade39f85f40",
"id": "29ab2912-6acc-4aaf-92b7-16fe1fa87c2a",
"ConfigId": "b42b916a-f150-40cf-b851-af28ef317a22"
}
]